home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / misc / emu / arosdev.lha / AROS / docs / src / devinfo-3.src (.txt) < prev    next >
LaTeX Document  |  1997-01-27  |  2KB  |  40 lines

  1. \section{Things that don't come with the AROS distribution}
  2. Yeah, there are some things which are not in this archive for this or
  3. that reason. Here we go:
  4. \begin{enumeration}
  5. \item The Amiga system header files are missing for obvious copyright
  6. reasons. You can use the files which come with your C-Compiler
  7. (DICE, SAS/C, StormC++ or Maxxon C++) or the ones from the Amiga
  8. Developer CD 1.1 (that's what I did).
  9. The Developer CD is available at
  10. \begin{example}
  11. Stefan Ossowskis Schatztruhe
  12. Gesellschaft f
  13. r Software mbH
  14. Veronikastr. 33
  15. 45131 Essen
  16. Germany
  17. Order Phone: ++49-(0)2 01-78 8778
  18. Fax: ++49-(0)2 01 - 79 84 47
  19. EMail: stefano@tchest.e.eunet.de
  20. WWW: \link{http://www.schatztruhe.de/}{http://www.schatztruhe.de/}
  21. Support-Mailbox: ++49-(0)2 08-20 25 09
  22. \end{example}
  23. for DM 25.- (about $15) plus P&P. The CD contains all includes you need
  24. and furthermore you can find valuable information on it like: The autodocs,
  25. the examples for the various developer disk sets and the Rom Kernel Reference
  26. Manuals (RKRMs), several tools to help to develop code and more. At the
  27. price, it's a bargain.
  28. \item Linux 2.0 or better for Intel CPUs (1.2.13 might work, but I haven't
  29. tried and won't do it).
  30. \item GNU make 3.74 or better - A real make is neccessary and this is
  31. one (use "make --version" to find out which you have).
  32. \item GCC 2.7.0 or better (2.7.2 is recommended because of the magnitude
  33. of bugs fixed) (use "gcc --version" to find out which you have).
  34. \item GAS/as from binutils 2.7 or better.
  35. \item GDB, the GNU debugger. It is no great help in our project because we do
  36. nasty things with the stack, but better than nothing anyway.
  37. \item GAWK to generate a couple of files (I have 3.0.0, but any version should
  38. work).
  39. \end{enumeration}
  40.